|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /proc/95165/root/lib/recovery-mode/options/ |
Upload File : |
#!/bin/sh
. /lib/recovery-mode/l10n.sh
# no failsafe X session
if [ ! -e /usr/share/xdiagnose/failsafeXServer ]; then
exit 1
fi
if [ "$1" = "test" ]; then
echo $(eval_gettext "Run in failsafe graphic mode")
exit 0
fi
/usr/share/xdiagnose/failsafeXServer
exit 0